# randomize author order
aut <- c('Marcus Beck', 'Kirsten Dorans', 'Jessica Renee Henkel', 'Kathryn Ireland', 'Ed Sherwood', 'Patricia Varela') %>%
sample %>%
paste(collapse = ', ')
By Patricia Varela, Kirsten Dorans, Jessica Renee Henkel, Kathryn Ireland, Ed Sherwood, Marcus Beck